home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 December / 2004-12 CHIP.iso / Multimedia / Futuris Imager 4.7 / imager.exe / f_tifflib.dll / 0 / RCDATA / TFRMJPEGSAVE / TFRMJPEGSAVE.txt
Text File  |  2004-10-22  |  2KB  |  94 lines

  1. object frmJPEGsave: TfrmJPEGsave
  2.   Left = 190
  3.   Top = 105
  4.   ActiveControl = btnSave
  5.   BorderStyle = bsDialog
  6.   Caption = 'Save As JPEG'
  7.   ClientHeight = 148
  8.   ClientWidth = 254
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   KeyPreview = True
  16.   OldCreateOrder = False
  17.   Position = poOwnerFormCenter
  18.   OnKeyDown = FormKeyDown
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object bvlSep: TBevel
  22.     Left = 7
  23.     Top = 110
  24.     Width = 241
  25.     Height = 2
  26.   end
  27.   object btnSave: TButton
  28.     Left = 94
  29.     Top = 117
  30.     Width = 75
  31.     Height = 25
  32.     Caption = 'Save'
  33.     Default = True
  34.     TabOrder = 0
  35.     OnClick = btnSaveClick
  36.   end
  37.   object btnCancel: TButton
  38.     Left = 173
  39.     Top = 117
  40.     Width = 75
  41.     Height = 25
  42.     Caption = 'Cancel'
  43.     TabOrder = 1
  44.     OnClick = btnCancelClick
  45.   end
  46.   object cbxProgressive: TCheckBox
  47.     Left = 7
  48.     Top = 70
  49.     Width = 240
  50.     Height = 17
  51.     Caption = 'Progressive'
  52.     TabOrder = 2
  53.   end
  54.   object gbxQuality: TGroupBox
  55.     Left = 7
  56.     Top = 7
  57.     Width = 241
  58.     Height = 57
  59.     Caption = ' Quality '
  60.     TabOrder = 3
  61.     object lblQualityValue: TLabel
  62.       Left = 209
  63.       Top = 18
  64.       Width = 12
  65.       Height = 13
  66.       Caption = '80'
  67.       Transparent = True
  68.     end
  69.     object tbrQuality: TTrackBar
  70.       Left = 7
  71.       Top = 19
  72.       Width = 200
  73.       Height = 21
  74.       Max = 100
  75.       PageSize = 5
  76.       Frequency = 10
  77.       Position = 80
  78.       TabOrder = 0
  79.       ThumbLength = 11
  80.       OnChange = tbrQualityChange
  81.     end
  82.   end
  83.   object cbxOptimized: TCheckBox
  84.     Left = 7
  85.     Top = 88
  86.     Width = 241
  87.     Height = 17
  88.     Caption = 'Optimized (takes longer to save)'
  89.     Checked = True
  90.     State = cbChecked
  91.     TabOrder = 4
  92.   end
  93. end
  94.